Sha256: 8601c5a37af3789f466184a5a200114af9cad229d98f19a686a68ffe78136841
Contents?: true
Size: 282 Bytes
Versions: 24
Compression:
Stored size: 282 Bytes
Contents
module Concerns module SpudAuthentication extend ActiveSupport::Concern included do acts_as_authentic do |c| # c.my_config_option = my_value # for available options see documentation in: Authlogic::ActsAsAuthentic end # block optional end end end
Version data entries
24 entries across 24 versions & 2 rubygems