diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-31 15:34:12 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-16 12:12:29 +0100 |
commit | 136cf239bfa0230d33d741aa4b31c0291f20fe10 (patch) | |
tree | 7c92e8ba5b3e8e817354d3c5fdd3fc891157e64d /app/models/censor_rule.rb | |
parent | a23be37bb6b4c4991766e1ed0f9cd0922c8db3a7 (diff) |
Re-annotate models with database fields
Diffstat (limited to 'app/models/censor_rule.rb')
-rw-r--r-- | app/models/censor_rule.rb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app/models/censor_rule.rb b/app/models/censor_rule.rb index f0d06e088..3c5c77563 100644 --- a/app/models/censor_rule.rb +++ b/app/models/censor_rule.rb @@ -1,18 +1,17 @@ # == Schema Information -# Schema version: 20120919140404 # # Table name: censor_rules # -# id :integer not null, primary key +# id :integer not null, primary key # info_request_id :integer # user_id :integer # public_body_id :integer -# text :text not null -# replacement :text not null -# last_edit_editor :string(255) not null -# last_edit_comment :text not null -# created_at :datetime not null -# updated_at :datetime not null +# text :text not null +# replacement :text not null +# last_edit_editor :string(255) not null +# last_edit_comment :text not null +# created_at :datetime not null +# updated_at :datetime not null # regexp :boolean # |