method

timestamp_attributes_for_create

timestamp_attributes_for_create()
private

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 93
    def timestamp_attributes_for_create
      [:created_at, :created_on]
    end