From 6ad2b6c15d8965cf206e8b8d0bf84a61e576cd01 Mon Sep 17 00:00:00 2001 From: Junior Silva Date: Wed, 3 Sep 2014 13:20:14 -0300 Subject: [PATCH] making editable ProfileInfoBlock 'def editable' was removed because it was overriding (of Block) and setting to false AI3298 --- app/models/profile_info_block.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/app/models/profile_info_block.rb b/app/models/profile_info_block.rb index 3d09217..de75947 100644 --- a/app/models/profile_info_block.rb +++ b/app/models/profile_info_block.rb @@ -15,10 +15,6 @@ class ProfileInfoBlock < Block end end - def editable? - false - end - def cacheable? false end -- libgit2 0.21.2