Skip to content

Instantly share code, notes, and snippets.

View drydevelopment's full-sized avatar

Doug Yoder drydevelopment

View GitHub Profile
@drydevelopment
drydevelopment / gitconfig
Created January 21, 2011 20:28
.gitconfig
[user]
name = [First and Last Name]
email = [Email]
[apply]
whitespace = nowarn
[diff]
color = auto
[status]
color = auto
[push]
module LogModelUpdates
def self.included(base)
base.send :include, InstanceMethods
end
module InstanceMethods
attr_accessor :current_user
attr_accessor :row_updates
def before_save