Skip to content

Commit

Permalink
Changes names based on AlterUsers migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kinseyost committed Sep 21, 2016
1 parent 81188d5 commit 54f2d96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/models/admin_user.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AdminUser < ApplicationRecord

# To configure a different table name.
# self.table_name = "admin_users"

# ApplicationRecord already knows about the table because it is inheriting from ActiveRecord::Base
end
2 changes: 0 additions & 2 deletions app/models/user.rb

This file was deleted.

0 comments on commit 54f2d96

Please sign in to comment.