spec/test_app/app/controllers/application_controller.rb in the1kbgrid-css-rails-1.1.1 vs spec/test_app/app/controllers/application_controller.rb in the1kbgrid-css-rails-1.1.2
- old
+ new
@@ -1,6 +1,7 @@
+# encoding: utf-8
class ApplicationController < ActionController::Base
protect_from_forgery
-
+
def index
end # index
end