diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-24 09:48:19 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-24 09:48:19 +0100 |
commit | 54281fd50c3271835a54ab4bc08d40da09d643ee (patch) | |
tree | 6e73e90303e0d7cab3379d7a78a2299b79219f1a /app/models/censor_rule.rb | |
parent | 793ca358c37458e6cc4385d2366621aaee93a25e (diff) | |
parent | de8bc5b736828f0670c7259f1c4036bb97621cd3 (diff) |
Merge remote-tracking branch 'henare_github/patch-1'
Diffstat (limited to 'app/models/censor_rule.rb')
-rw-r--r-- | app/models/censor_rule.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/censor_rule.rb b/app/models/censor_rule.rb index da3f49760..a74fdcb24 100644 --- a/app/models/censor_rule.rb +++ b/app/models/censor_rule.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 114 +# Schema version: 20120919140404 # # Table name: censor_rules # @@ -9,11 +9,11 @@ # public_body_id :integer # text :text not null # replacement :text not null -# regexp :boolean # 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 # # models/censor_rule.rb: |