Skip to content

Commit

Permalink
Remove unneeded invite fields from test version of admin model.
Browse files Browse the repository at this point in the history
This was left over from when we thought we might be using
devise-invitable, but we've since removed that.
  • Loading branch information
GUI committed Feb 5, 2017
1 parent bf4e950 commit e94ccbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/support/models/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ class Admin
field :failed_attempts, :type => Integer, :default => 0
field :unlock_token, :type => String
field :locked_at, :type => Time
field :invitation_token, :type => String
field :invitation_created_at, :type => Time
field :invitation_sent_at, :type => Time
field :invitation_accepted_at, :type => Time
field :invitation_limit, :type => Integer
has_and_belongs_to_many :groups, :class_name => "AdminGroup", :inverse_of => nil
end

0 comments on commit e94ccbf

Please sign in to comment.