lib/generators/cadenero/install/templates/initializer.rb in cadenero-0.0.2.a vs lib/generators/cadenero/install/templates/initializer.rb in cadenero-0.0.2.a1

- old
+ new

@@ -1,9 +1,6 @@ Cadenero.user_class = "<%= user_class %>" -Cadenero.email_from_address = "please-change-me@example.com" # If you do not want to use gravatar for avatars then specify the method to use here: -# Cadenero.avatar_user_method = :custom_avatar_url -#Cadenero.per_page = <%= Cadenero.per_page.inspect %> # 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" \ No newline at end of file