mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This patch probably belongs in AR discussing with rails team
This commit is contained in:
parent
737bb96737
commit
27edebfaef
@ -1,5 +1,15 @@
|
||||
# perf fixes, review for each rails upgrade.
|
||||
|
||||
# we call this a lot
|
||||
class ActiveRecord::Base
|
||||
def present?
|
||||
true
|
||||
end
|
||||
def blank?
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
class ActionView::Helpers::AssetTagHelper::AssetIncludeTag
|
||||
private
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user