Skip to content

Instantly share code, notes, and snippets.

@coderdan
Created October 8, 2013 23:41
Show Gist options
  • Select an option

  • Save coderdan/6893738 to your computer and use it in GitHub Desktop.

Select an option

Save coderdan/6893738 to your computer and use it in GitHub Desktop.
mapper = Mapper::Base.new
column1 = mapper.add_column "foo"
column1.rename :to => "bar"
column1.downcase
column2 = mapper.add_column "city"
column2.add_attribute :url_value => "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment