initial commit

This commit is contained in:
2015-10-02 21:05:03 +02:00
commit 6cd84715b1
49 changed files with 928 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Be sure to restart your server when you modify this file.
# This file contains settings for ActionController::ParamsWrapper which
# is enabled by default.
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
ActiveSupport.on_load(:action_controller) do
wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
end