Method: BeerDb.read_all
- Defined in:
- lib/beerdb/models.rb
.read_all(include_path, opts = {}) ⇒ Object
load all builtins (using plain text reader); helper for convenience
82 83 84 |
# File 'lib/beerdb/models.rb', line 82 def self.read_all( include_path, opts={} ) # load all builtins (using plain text reader); helper for convenience read_setup( 'setups/all', include_path, opts ) end |