class RKit::ActiveRecordUtility::Publisher

Public Instance Methods

published_at() click to toggle source
Calls superclass method
# File lib/r_kit/active_record_utility/utilities/publisher.rb, line 33
def published_at
  super().strftime "%a %e %b %Y"
end