Method: Rails::Generator::Options::ClassMethods#full_options
- Defined in:
- lib/rails_generator/options.rb
#full_options(runtime_options = {}) ⇒ Object
Merge together our class options. In increasing precedence:
(class default )
(provided as argument)
(class mandatory )
42 43 44 |
# File 'lib/rails_generator/options.rb', line 42 def ( = {}) .merge().merge() end |