Sha256: bacd079df9fd89e079af910d389b304adc206a954bab3b75ef56afedf909b51e
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
module Auther # Default implementation for session management. class SessionController < BaseController layout "auther/auth" before_filter :load_title, :load_label before_filter :load_account_options, only: [:new, :create] private def new_template_path "auther/session/new" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auther-5.0.1 | app/controllers/auther/session_controller.rb |
auther-5.0.0 | app/controllers/auther/session_controller.rb |