Module: Backtrail::BaseController
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/backtrail/controllers.rb
Instance Method Summary collapse
Instance Method Details
#previous_path ⇒ Object
10 11 12 |
# File 'lib/backtrail/controllers.rb', line 10 def previous_path get_from_stack_path || backtrail_starting_point end |