Module: Foyer::Controller::Helpers::ClassMethods
- Defined in:
- lib/foyer/controller/helpers.rb
Instance Method Summary collapse
Instance Method Details
#set_user_finder(&blk) ⇒ Object
43 44 45 46 47 48 |
# File 'lib/foyer/controller/helpers.rb', line 43 def set_user_finder(&blk) if blk.arity != 1 raise ":user_finder must accept 1 argument (user_id)" end Foyer.user_finder = blk end |