Skip to content

Instantly share code, notes, and snippets.

Created July 28, 2016 17:48
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 anonymous/ea24ca4fb03b58988b3d11721235352d to your computer and use it in GitHub Desktop.
Save anonymous/ea24ca4fb03b58988b3d11721235352d to your computer and use it in GitHub Desktop.
will this work
find_array('TIP', sheet).each_with_index do |t, i|
tip = Tip.new
tip.title = t.slice(0..1)<< ".."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment