Sha256: c092865baa3db80392bbad26f075da275d55b1a5a1b8d72db0593a21b4bf0a86

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 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 => '_session_id'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamless-1.0.0 seamless/templates/application.rb