Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. class PartsController < ApplicationController
  2.  
  3.   def import_csv
  4.     Part.import_csv(params[:partcsv])
  5.   end
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement