Method: SchemaDev::GemfileSelector#command
- Defined in:
- lib/schema_dev/gemfile_selector.rb
#command(opts = {}) ⇒ Object
| 14 15 16 17 | # File 'lib/schema_dev/gemfile_selector.rb', line 14 def command(opts={}) opts = opts.keyword_args(rails: :required, db: :required) "BUNDLE_GEMFILE=#{gemfile(rails: opts.rails, db: opts.db)}" end |