diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-07-04 16:38:54 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-07-04 16:38:54 +0100 |
commit | a2791ac03e5715f98cb84f1fc3cbd9f103ef2d7b (patch) | |
tree | a59d4d0dd78ed47fa616680326273fa9ddd6ee87 /app/models/public_body.rb | |
parent | 525575961e656c812e7d1c2ab04b1fa0a351f6a2 (diff) | |
parent | d314c21449823f62afdb708b27ad327443162d8c (diff) |
Merge branch 'feature/public-body-api-2a' into develop
Diffstat (limited to 'app/models/public_body.rb')
-rw-r--r-- | app/models/public_body.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index bc8f084bb..9efeadf55 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -1,5 +1,4 @@ # == Schema Information -# Schema version: 114 # # Table name: public_bodies # @@ -19,7 +18,6 @@ # publication_scheme :text default(""), not null # api_key :string(255) not null # - # models/public_body.rb: # A public body, from which information can be requested. # @@ -583,5 +581,3 @@ class PublicBody < ActiveRecord::Base end end - - |