class SiteController
Public Instance Methods
about()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 5 def about end
contact()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 14 def contact end
faqs()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 26 def faqs end
feed()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 17 def feed end
index()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 2 def index end
pricing()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 11 def pricing end
privacy_policy()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 20 def privacy_policy end
products()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 8 def products end
terms()
click to toggle source
# File lib/generators/frontsite/templates/site_controller.rb, line 23 def terms end