RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: realdlee
Site: www.realdlee.com
It'll be something like:
CSV.parse("text you are processing", column separator, row separator)
If you're using Cancan, you would stick 'skip_authorization_check :only => [:show]' in the appropriate controller.
It'll be something like:
CSV.parse("text you are processing", column separator, row separator)
If you're using Cancan, you would stick 'skip_authorization_check :only => [:show]' in the appropriate controller.