Sha256: 4465b4a7072a301fea0f234ae7fa9e3d46c79e4f6dfa972a9db610f9a9e750ae
Contents?: true
Size: 319 Bytes
Versions: 18
Compression:
Stored size: 319 Bytes
Contents
class PublishedElement < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :published_website belongs_to :published_element_record, :polymorphic => true belongs_to :published_by, :class_name => "User" def published_by_username self.published_by.username rescue '' end end
Version data entries
18 entries across 18 versions & 1 rubygems