Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created December 26, 2013 16:00
Show Gist options
  • Save ruprict/8135394 to your computer and use it in GitHub Desktop.
Save ruprict/8135394 to your computer and use it in GitHub Desktop.
if organization_params[:address1]
puts "We have location"
@org.locations << Location.build(organization_params)
end
@org.valid? if true == session.delete(:org_valid)
@org.extend(OrganizationRepresenter)
render(has_ajax: false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment