Module: ActiveType::NoTable::ClassMethods
- Defined in:
- lib/active_type/no_table.rb
Instance Method Summary collapse
Instance Method Details
#columns ⇒ Object
10 11 12 |
# File 'lib/active_type/no_table.rb', line 10 def columns [] end |
#destroy ⇒ Object
14 15 16 |
# File 'lib/active_type/no_table.rb', line 14 def destroy(*) new end |
#destroy_all ⇒ Object
18 19 20 |
# File 'lib/active_type/no_table.rb', line 18 def destroy_all(*) [] end |
#find_by_sql ⇒ Object
23 24 25 |
# File 'lib/active_type/no_table.rb', line 23 def find_by_sql(*) [] end |