class WPDB::Post

Private Class Methods

timestamp_attributes_for_update() click to toggle source
Calls superclass method
# File lib/wpdb_activerecord/post.rb, line 24
def self.timestamp_attributes_for_update
  super << "post_modified"
end

Private Instance Methods

timestamp_attributes_for_update() click to toggle source
Calls superclass method
# File lib/wpdb_activerecord/post.rb, line 28
def timestamp_attributes_for_update
  super << :post_modified
end