class AppTimestampedEntryComponent
Public Class Methods
Source
# File app/components/app_timestamped_entry_component.rb, line 16 def initialize(text:, timestamp:, recorded_by: nil) @text = text @timestamp = timestamp || Time.zone.now @recorded_by = recorded_by end