Class: LegalController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- LegalController
- Defined in:
- app/controllers/legal_controller.rb
Overview
Legal information
Instance Method Summary collapse
-
#privacy ⇒ Object
get /privacy.
-
#tos ⇒ Object
get /tos.
Instance Method Details
#privacy ⇒ Object
get /privacy
11 12 13 |
# File 'app/controllers/legal_controller.rb', line 11 def privacy @dynamic_page = DynamicPage['privacy'] end |
#tos ⇒ Object
get /tos
6 7 8 |
# File 'app/controllers/legal_controller.rb', line 6 def tos @dynamic_page = DynamicPage['tos'] end |