Class: SiteController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- SiteController
- Defined in:
- lib/generators/frontsite/templates/site_controller.rb
Instance Method Summary collapse
- #about ⇒ Object
- #contact ⇒ Object
- #faqs ⇒ Object
- #feed ⇒ Object
- #index ⇒ Object
- #pricing ⇒ Object
- #privacy_policy ⇒ Object
- #products ⇒ Object
- #terms ⇒ Object
Instance Method Details
#about ⇒ Object
5 6 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 5 def about end |
#contact ⇒ Object
14 15 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 14 def contact end |
#faqs ⇒ Object
26 27 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 26 def faqs end |
#feed ⇒ Object
17 18 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 17 def feed end |
#index ⇒ Object
2 3 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 2 def index end |
#pricing ⇒ Object
11 12 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 11 def pricing end |
#privacy_policy ⇒ Object
20 21 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 20 def privacy_policy end |
#products ⇒ Object
8 9 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 8 def products end |
#terms ⇒ Object
23 24 |
# File 'lib/generators/frontsite/templates/site_controller.rb', line 23 def terms end |