Skip to content

Instantly share code, notes, and snippets.

@tatey
Created July 21, 2013 06:28
Show Gist options
  • Save tatey/6047702 to your computer and use it in GitHub Desktop.
Save tatey/6047702 to your computer and use it in GitHub Desktop.
def create
project = Decorate1.new project
project = Decorate2.new project
project.save
respond_with project
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment