Class: Edools::Core::Session
- Defined in:
- lib/edools/core/session.rb
Class Method Summary collapse
-
.collection_path(prefix_options = {}, query_options = nil) ⇒ Object
used for create the session.
Methods inherited from Base
refresh_config!, version, version=
Class Method Details
.collection_path(prefix_options = {}, query_options = nil) ⇒ Object
used for create the session
11 12 13 14 |
# File 'lib/edools/core/session.rb', line 11 def self.collection_path( = {}, = nil) super "/users/sign_in.#{format.extension}#{query_string(query_options)}" end |