class Locomotive::Wagon::RemoteSiteDecorator
Public Instance Methods
edited?()
click to toggle source
# File lib/locomotive/wagon/decorators/site_decorator.rb, line 72 def edited? (self[:content_version].try(:to_i) || 0) > 0 end