lib/material_icons/engine.rb in material_icons-0.0.6 vs lib/material_icons/engine.rb in material_icons-1.0.0rc1
- old
+ new
@@ -1,7 +1,8 @@
+#
+# Engine to add to main rails app
+#
module MaterialIcons
- module Rails
- # Set the base engine to connect with rails
- class Engine < ::Rails::Engine
- end
+ # Set the base engine to connect with rails
+ class Engine < ::Rails::Engine
end
end