Guest User

Untitled

a guest
Apr 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. PageHistory.reset_column_information
  2. PageHistory.find(:all).each do|ph|
  3. ph.created_timestamp = ph.created_at
  4. ph.updated_timestamp = ph.updated_at
  5. end
Add Comment
Please, Sign In to add comment