aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/concerns/objectid_restrictions.rb
diff options
context:
space:
mode:
authorAlban Peignier2016-05-13 11:56:54 +0200
committerAlban Peignier2016-05-13 11:56:54 +0200
commit6e28e49262ede9c57a6c5726570a4921f4b63d04 (patch)
tree31a26a03e2c1dd3af796c9854918d112ad6e97c8 /app/models/concerns/objectid_restrictions.rb
parent781142afdb90bb0ca62783435f582725794f4f57 (diff)
downloadchouette-core-6e28e49262ede9c57a6c5726570a4921f4b63d04.tar.bz2
Refactor models and controllers to manage Lines in LineReferential. Refs #825
Diffstat (limited to 'app/models/concerns/objectid_restrictions.rb')
-rw-r--r--app/models/concerns/objectid_restrictions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/concerns/objectid_restrictions.rb b/app/models/concerns/objectid_restrictions.rb
index 4e905bdc2..49cc772c7 100644
--- a/app/models/concerns/objectid_restrictions.rb
+++ b/app/models/concerns/objectid_restrictions.rb
@@ -25,4 +25,3 @@ module ObjectidRestrictions
likes.size.zero? || ( likes.size==1 && likes.first.id==self.id)
end
end
-