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