Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a831c75416849e26df986967c75a87575eefe0d6
Authored by
Antonio Terceiro
2010-04-21 12:25:18 -0300
2 parents
7a0aa76e
18a99bd2
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
Merge branch 'stable'
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/models/disabled_enterprise_message_block.rb
Side-by-side Diff
Inline Diff
app/models/disabled_enterprise_message_block.rb
Wrap text
Diff comments
View file @
a831c75
...
...
@@ -22,4 +22,8 @@ class DisabledEnterpriseMessageBlock < Block
22
22
def editable?
23
23
false
24
24
end
25
+
26
+ def cacheable?
27
+ false
28
+ end
25
29
end
...
...