Exception: Otori::MissingSession
- Defined in:
- lib/otori/error.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingSession
constructor
A new instance of MissingSession.
Constructor Details
#initialize ⇒ MissingSession
Returns a new instance of MissingSession.
7 8 9 10 11 12 |
# File 'lib/otori/error.rb', line 7 def initialize super( "Otori needs a session-like object (responding to []=, []) " \ "to store the form-load timestamp. Enable sessions in your app." ) end |