decko-commons/decko

View on GitHub
mod/date/set/right/when_last_edited.rb

Summary

Maintainability
A
0 mins
Test Coverage
assign_type :phrase

def virtual?
  new?
end

def content
  return "" unless left&.real?

  I18n.localize left.updated_at, format: :card_dayofwk_min_tz
end

# view :core, :raw