]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Merge pull request #2624 from francois2metz/diary-entry
[rails.git] / app / controllers / application_controller.rb
index f419460ee77bc97762ad6c9bc230d0718cb88c9b..0099845942e80326ac8c0145d25986c551427e39 100644 (file)
@@ -10,6 +10,7 @@ class ApplicationController < ActionController::Base
   around_action :better_errors_allow_inline, :if => proc { Rails.env.development? }
 
   attr_accessor :current_user
+
   helper_method :current_user
 
   private