OSDN Git Service

speech balloon template changed
[pettanr/pettanr.git] / config / application.rb
index 1f18627..2b7bcb8 100644 (file)
@@ -7,6 +7,7 @@ require "action_mailer/railtie"
 require "active_resource/railtie"
 require "sprockets/railtie"
 # require "rails/test_unit/railtie"
+require 'digest/md5'
 
 if defined?(Bundler)
   # If you precompile assets before deploying to production, use this line
@@ -52,11 +53,11 @@ config.assets.initialize_on_precompile = false
     # Version of your assets, change this if you want to expire all your assets
     config.assets.version = '1.0'
     
-    config.autoload_paths += %W(#{config.root}/lib/validators)\r
+    config.autoload_paths += %W(#{config.root}/lib/validators)
   end
 end
 module ActiveRecord
   class Forbidden < ActiveRecordError
-  end\r
+  end
 end
-\r
+