Flowdock
method

timestamp_attributes_for_create

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::Timestamp
timestamp_attributes_for_create() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/timestamp.rb, line 75
    def timestamp_attributes_for_create #:nodoc:
      [:created_at, :created_on]
    end
Register or log in to add new notes.