lib/woople-theme/engine.rb in woople-theme-0.0.5 vs lib/woople-theme/engine.rb in woople-theme-0.0.6
- old
+ new
@@ -8,7 +8,13 @@
'woople-theme/framework.css',
'woople-theme/theme.css',
'woople-theme/theme-retina.css'
]
end
+
+ initializer "something" do |config|
+ WoopleTheme.configure do |c|
+ #create an empty configuration
+ end
+ end
end
end