Commit
6ad2b6c15d8965cf206e8b8d0bf84a61e576cd01
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
making editable ProfileInfoBlock
'def editable' was removed because it was overriding (of Block) and setting to false
AI3298
| @@ -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 |