diff --git a/app/models/org_token_permission.rb b/app/models/org_token_permission.rb deleted file mode 100644 index eb6e7c9..0000000 --- a/app/models/org_token_permission.rb +++ /dev/null @@ -1,13 +0,0 @@ -=begin -class OrgTokenPermission < ActiveRecord::Base - ## - # Associations - belongs_to :organisation - belongs_to :token_permission_type - - ## - # Possibly needed for active_admin - # -relies on protected_attributes gem as syntax depricated in rails 4.2 - attr_accessible :organisation_id, :token_permission_type_id, :organisation, :token_permission_type, :as => [:default, :admin] -end -=end \ No newline at end of file diff --git a/app/models/organisation_type.rb b/app/models/organisation_type.rb deleted file mode 100644 index 51d01ee..0000000 --- a/app/models/organisation_type.rb +++ /dev/null @@ -1,16 +0,0 @@ -=begin -class OrganisationType < ActiveRecord::Base - ## - # Attributes - has_many :orgs - - ## - # Possibly needed for active_admin - # -relies on protected_attributes gem as syntax depricated in rails 4.2 - attr_accessible :description, :organisations, :name, :as => [:default, :admin] - - ## - # Validators - validates :name, presence: true, uniqueness: true -end -=end \ No newline at end of file diff --git a/app/models/users_perm.rb b/app/models/users_perm.rb deleted file mode 100644 index 6ec4d58..0000000 --- a/app/models/users_perm.rb +++ /dev/null @@ -1,4 +0,0 @@ -#class UsersPerm < ActiveRecord::Base -# belongs_to :user -# belongs_to :perm -#end \ No newline at end of file