Class: PublicController

Inherits:
ApplicationController show all
Defined in:
lib/generators/kiqr/install/templates/rails/app/controllers/public_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#default_url_options

Instance Method Details

#landing_pageObject

> Landing page

This method is used to render the landing page of the application Edit the view file: app/views/public/landing_page.html.erb



9
10
# File 'lib/generators/kiqr/install/templates/rails/app/controllers/public_controller.rb', line 9

def landing_page
end