Method: Billomat::Base.all

Defined in:
lib/billomat-rb.rb

.all(options = {}) ⇒ Object

Some common shortcuts from ActiveRecord



144
145
146
# File 'lib/billomat-rb.rb', line 144

def all(options={})
  find(:all,options)
end