SMERM/EMUForm

View on GitHub
app/controllers/pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PagesController < EndUserBaseController

  skip_before_action :authenticate_account!

  def terms
  end

  def welcome
  end

  def landing
  end

end