-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carnival Creation #294
base: master
Are you sure you want to change the base?
Carnival Creation #294
Conversation
…into carnival-creation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the test isn't passing, but once it does, lgtm!
app/models/csv_updater.rb
Outdated
@@ -0,0 +1,389 @@ | |||
class CsvUpdater |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be in models/
or can we put it in helpers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be put into helpers. I'll make this change
@@ -0,0 +1,14 @@ | |||
require 'test_helper' | |||
|
|||
class CarnivalCreationControllerTest < ActionController::TestCase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the test!
No description provided.