instance method
stale?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
stale?()
No documentation comment.
Source
# File actionpack/lib/action_view/reloadable_template.rb, line 93
def stale?
previously_last_modified.nil? || previously_last_modified < mtime
rescue Errno::ENOENT => e
undef_my_compiled_methods!
raise TemplateDeleted
end
Defined in actionpack/lib/action_view/reloadable_template.rb line 93
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::ReloadableTemplate