Sha256: 2564ae36f2b5143b3a36e1c69519973a24066e97b2a1cee7b8115fa4d1c01a1d
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true class ::Tramway::News::News < ::Tramway::Core::ApplicationRecord mount_uploader :photo, PhotoUploader def author audits.where(action: :create).first.user end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-news-1.0.4.3 | app/models/tramway/news/news.rb |
tramway-news-1.0.4.2 | app/models/tramway/news/news.rb |