Skip to content

Instantly share code, notes, and snippets.

@samjewell
Last active February 23, 2018 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samjewell/53b1a0b001d2231fb2034405a203c367 to your computer and use it in GitHub Desktop.
Save samjewell/53b1a0b001d2231fb2034405a203c367 to your computer and use it in GitHub Desktop.
Upgrading Rails to v5.0 using Rubocop: ApplicationRecord class
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment