Sha256: aaa5843d2ab3962b0f7aaa641f2bdb3160c30fe566d0ebcf97f01fcaa79b75be

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 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 => '_greeks_session_id'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
has_finder-0.1.2 spec/rails/app/controllers/application.rb
has_finder-0.1.1 spec/rails/app/controllers/application.rb
has_finder-0.1.3 spec/rails/app/controllers/application.rb