Sha256: e9c31841d33f1c99b7c4bea0b5392048b267fefb5df90a1ebdba4792ed2890f8
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
class AnotherAdminSessionsController < ApplicationController include Godmin::Authentication::SessionsController include Godmin::Authentication skip_before_action :authenticate_admin_user def admin_user_class AnotherAdminUser end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
godmin-1.5.0 | test/dummy/app/controllers/another_admin_sessions_controller.rb |
godmin-1.4.0 | test/dummy/app/controllers/another_admin_sessions_controller.rb |