Method: Bj::Table::Config::ClassMethods#values
- Defined in:
- lib/bj/table.rb
#values ⇒ Object
306 307 308 |
# File 'lib/bj/table.rb', line 306 def values find(:all, :conditions => conditions).map(&:value) end |
306 307 308 |
# File 'lib/bj/table.rb', line 306 def values find(:all, :conditions => conditions).map(&:value) end |