class Mongoid::Userstamps::Config::User

Attributes

reader[RW]

Public Class Methods

new(model) click to toggle source
# File lib/mongoid/userstamps/config/user.rb, line 7
def initialize(model)
  @reader = "current_#{model.name.underscore}".to_sym
end