# File lib/familia/helpers.rb, line 15
        def init_stamps
          now = Time.now.utc.to_i
          @created ||= now
          @updated ||= now 
        end