Module: LogRecent
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController
- Defined in:
- app/controllers/concerns/log_recent.rb
Instance Method Summary collapse
-
#log_user_recent_route ⇒ Object
TODO: Make RecenRoutes modules that handles exceptions, only etc.
Instance Method Details
#log_user_recent_route ⇒ Object
TODO: Make RecenRoutes modules that handles exceptions, only etc.
7 8 9 |
# File 'app/controllers/concerns/log_recent.rb', line 7 def log_user_recent_route # sessions_current_user.add_recently_visited_to_footprint(request.fullpath, @recent_object) if sessions_current_user end |