Module: ActiveRecordExtension
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/active_record_extension.rb
Defined Under Namespace
Modules: Assist, ClassMethods
Instance Method Summary collapse
-
#foo ⇒ Object
add your instance methods here.
Instance Method Details
#foo ⇒ Object
add your instance methods here
6 7 8 |
# File 'lib/active_record_extension.rb', line 6 def foo 'foo' end |