Skip to content

Instantly share code, notes, and snippets.

@Prorok64b
Created May 20, 2019 21:24
Show Gist options
  • Save Prorok64b/d96fd1881781f9192ed50c6f1dafaf09 to your computer and use it in GitHub Desktop.
Save Prorok64b/d96fd1881781f9192ed50c6f1dafaf09 to your computer and use it in GitHub Desktop.
ignored columns
class User < ApplicationRecord
self.ignored_columns = %w[disabled updated_at]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment