Class: FacebookApp::PagesController
- Inherits:
-
FacebookAppController
- Object
- ActionController::Base
- FacebookAppController
- FacebookApp::PagesController
- Defined in:
- app/controllers/facebook_app/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#privacy_policy ⇒ Object
5 6 7 |
# File 'app/controllers/facebook_app/pages_controller.rb', line 5 def privacy_policy @app_name = Configurable[:app_name] end |
#terms_of_service ⇒ Object
9 10 11 |
# File 'app/controllers/facebook_app/pages_controller.rb', line 9 def terms_of_service @app_name = Configurable[:app_name] end |