Module: ActiveRecordExtension

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_record_extension.rb

Defined Under Namespace

Modules: Assist, ClassMethods

Instance Method Summary collapse

Instance Method Details

#fooObject

add your instance methods here



6
7
8
# File 'lib/active_record_extension.rb', line 6

def foo
  'foo'
end