lib/traka.rb in traka-0.0.1 vs lib/traka.rb in traka-0.0.2
- old
+ new
@@ -1,12 +1,10 @@
require 'traka/is_trakable'
-require 'traka/is_traka'
+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