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.