spec/dummy/config/initializers/cadenero.rb in cadenero-0.0.2.b4 vs spec/dummy/config/initializers/cadenero.rb in cadenero-0.0.2.b5
- old
+ new
@@ -1,12 +1,25 @@
+Cadenero.user_class = ""
+# If you do not want to use gravatar for avatars then specify the method to use here:
+
+
+# Rails.application.config.to_prepare do
+# If you want to change the layout that Cadenero uses, uncomment and customize the next line:
+# Cadenero::ApplicationController.layout "forem"
+#
+# If you want to add your own cancan Abilities to Cadenero, uncomment and customize the next line:
+# Cadenero::Ability.register_ability(Ability)
+# end
+#
+# By default, these lines will use the layout located at app/views/layouts/forem.html.erb in your application.
\ No newline at end of file