Sha256: cfccff98619e739600f753f42bdb029684ec20c24b2471438860c1874eb9ef9c

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

# Implemented basic rails auth with custom PufferUser model.
# Admin::SessionsController could be redefined in application.
# See Puffer::SessionsBase docs for additional info.
class Admin::SessionsController < Puffer::Sessions::Simple
  unloadable
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puffer-0.1.1 app/controllers/admin/sessions_controller.rb