Use ruby 1.8 syntax for hashes (rubinius/jruby)

openid
Marcin Kulik 12 years ago
parent 460aa7e50c
commit f8e79ffe6b

@ -1,6 +1,6 @@
# Be sure to restart your server when you modify this file.
AsciiIo::Application.config.session_store :cookie_store, key: '_t3rminal-tv_session'
AsciiIo::Application.config.session_store :cookie_store, :key => '_ascii_io_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information

@ -5,6 +5,6 @@
# 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]
wrap_parameters :format => [:json]
end

Loading…
Cancel
Save