Method: Bj::Table::Config::ClassMethods#keys
- Defined in:
- lib/bj/table.rb
#keys ⇒ Object
302 303 304 |
# File 'lib/bj/table.rb', line 302 def keys find(:all, :conditions => conditions).map(&:key) end |
302 303 304 |
# File 'lib/bj/table.rb', line 302 def keys find(:all, :conditions => conditions).map(&:key) end |