Skip to content

Instantly share code, notes, and snippets.

@robins35

robins35/user.rb Secret

Created July 25, 2015 21:36
Show Gist options
  • Save robins35/e961a8237b7fa158859d to your computer and use it in GitHub Desktop.
Save robins35/e961a8237b7fa158859d to your computer and use it in GitHub Desktop.
require 'active_record'
class User < ActiveRecord::Base
binding.pry
attr_accessible :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment