Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Last active December 24, 2015 07:49
Show Gist options
  • Save AndyObtiva/6766632 to your computer and use it in GitHub Desktop.
Save AndyObtiva/6766632 to your computer and use it in GitHub Desktop.
def create
@project = current_user.projects.create
redirect_to edit_project_project_part_path(@project, "basic_info")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment