Sha256: afea3a3e0a7cf86f686e6766ff48d9cf4f7ab08537e5825b078ce935c18c31e4

Contents?: true

Size: 334 Bytes

Versions: 31

Compression:

Stored size: 334 Bytes

Contents

# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.

class ApplicationController < ActionController::Base
  # Pick a unique cookie name to distinguish our session data from others'
  session :session_key => '_testapp_session_id'
end

Version data entries

31 entries across 31 versions & 6 rubygems

Version Path
has_many_polymorphs-2.11 test/integration/app/app/controllers/application.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/controllers/application.rb
ultrasphinx-1.6.7 test/integration/app/app/controllers/application.rb
ultrasphinx-1.11 test/integration/app/app/controllers/application.rb
ultrasphinx-1.5.3 test/integration/app/app/controllers/application.rb
ultrasphinx-1.7 test/integration/app/app/controllers/application.rb
ultrasphinx-1.8 test/integration/app/app/controllers/application.rb
ultrasphinx-1.6 test/integration/app/app/controllers/application.rb
ultrasphinx-1.9 test/integration/app/app/controllers/application.rb