lib/china_regions/engine.rb in china_regions-0.0.5 vs lib/china_regions/engine.rb in china_regions-0.1.0
- old
+ new
@@ -5,9 +5,9 @@
class Engine < ::Rails::Engine; end
else
class Railtie < ::Rails::Railtie
ActiveSupport.on_load(:action_view) do
::ActionView::Base.send :include, ChinaRegions::Helpers::FormHelper
- end
+ end
end
end
-end
\ No newline at end of file
+end