Commit 6ad2b6c15d8965cf206e8b8d0bf84a61e576cd01

Authored by Junior Silva
Committed by Antonio Terceiro
1 parent be3010bb

making editable ProfileInfoBlock

'def editable' was removed because it was overriding (of Block) and setting to false
AI3298
Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
app/models/profile_info_block.rb
@@ -15,10 +15,6 @@ class ProfileInfoBlock < Block @@ -15,10 +15,6 @@ class ProfileInfoBlock < Block
15 end 15 end
16 end 16 end
17 17
18 - def editable?  
19 - false  
20 - end  
21 -  
22 def cacheable? 18 def cacheable?
23 false 19 false
24 end 20 end