Skip to content

Instantly share code, notes, and snippets.

@jamesdabbs
Created September 2, 2014 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesdabbs/1039e22c1252332ae247 to your computer and use it in GitHub Desktop.
Save jamesdabbs/1039e22c1252332ae247 to your computer and use it in GitHub Desktop.
gem_data = GemFetcher.fetch params[:name_of_gem]
gem_model = Gem.new description: gem_data[:description], ...
gem_model.save!
redirect_to ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment