Module: Blamestamp::Blamer
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/blamestamp/action_controller.rb
Instance Method Summary collapse
Instance Method Details
#set_blamer ⇒ Object
12 13 14 15 16 |
# File 'lib/blamestamp/action_controller.rb', line 12 def set_blamer if user_signed_in? Blamestamp::set_blame_user(current_user.id) end end |
#unset_blamer ⇒ Object
18 19 20 |
# File 'lib/blamestamp/action_controller.rb', line 18 def unset_blamer Blamestamp::unset_blame_user() end |