Module: PointlessFeedback::Controllers::Helpers
- Defined in:
- lib/pointless_feedback/controllers/helpers.rb
Overview
Those helpers are convenience methods added to ApplicationController.
Instance Method Summary collapse
Instance Method Details
#after_message_create_path ⇒ Object
5 6 7 |
# File 'lib/pointless_feedback/controllers/helpers.rb', line 5 def main_app.respond_to?(:root_path) ? main_app.root_path : '/' end |