Sha256: 5097af5b822e5c8bea20fd8cd19251b541c30575c238b8f48984287bd049b80a
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
require 'nitro/auth' module Basic # We want to provide some custom templates, so we need to tell # Nitro where to look for them. class AuthController < Auth::AuthController @template_root = "public" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-auth-0.2.0 | examples/basic/src/basic/auth_controller.rb |