Sha256: f11786c43d422c068f3ef365b108c136c829f6e70b7f7e6f62e64e711de28654

Contents?: true

Size: 288 Bytes

Versions: 30

Compression:

Stored size: 288 Bytes

Contents

class Admin
=begin
  include Mongoid::Document
  include Auth::Concerns::UserConcern
  field :name, type: String
  field :admin, type: Boolean, default: true

  def send_devise_notification(notification, *args)
	 devise_mailer.send(notification, self, *args).deliver_later
  end
=end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.8 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.7 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.6 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.5 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.3 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.2 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.1 spec/dummy/app/models/admin.rb
wordjelly-auth-1.3.0 spec/dummy/app/models/admin.rb
wordjelly-auth-1.2.9 spec/dummy/app/models/admin.rb