Module: Top4R::LoggedInUserMixin
- Defined in:
- lib/top4r/model/user.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
26 27 28 |
# File 'lib/top4r/model/user.rb', line 26 def self.included(receiver) receiver.send :include, InstanceMethods end |