ruby-ore / ore

Mine beautiful RubyGems from Ore
MIT License
241 stars 29 forks source link

Split Template logic/helpers into separate Modules #19

Open postmodern opened 11 years ago

postmodern commented 11 years ago

Additional initializers, logic and helpers should be moved into separate Models and included into Ore::Generator. This will prevent Ore::Generator#initialize_variables from becoming bloated, and help people modify specific existing logic.