Skip to content

Instantly share code, notes, and snippets.

@justincampbell
Created May 10, 2012 19:58
Show Gist options
  • Save justincampbell/2655474 to your computer and use it in GitHub Desktop.
Save justincampbell/2655474 to your computer and use it in GitHub Desktop.
Whitespace
class Bicycle < ActiveRecord::Base
validate_presence_of :tire_quantity
def ride
pedal
brake
end
end
class Bicycle < ActiveRecord::Base
validate_presence_of :tire_quantity
def ride
pedal
brake
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment