lib/traka.rb in traka-0.0.2 vs lib/traka.rb in traka-0.0.3

- old
+ new

@@ -1,10 +1,5 @@ require 'traka/is_trakable' require 'traka/change' module Traka - class Railtie < Rails::Railtie - config.app_generators do |g| - g.templates.unshift File::expand_path('../templates', __FILE__) - end - end end