Class: PublicController

Inherits:
ForestController show all
Defined in:
app/controllers/public_controller.rb

Instance Method Summary collapse

Methods inherited from ForestController

#after_sign_in_path_for

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/public_controller.rb', line 2

def index
  @page_title = 'Home'
end