-
Notifications
You must be signed in to change notification settings - Fork 1
Phase 1 enahancement 72 #79
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
base: master
Are you sure you want to change the base?
Conversation
…ntly_learned, refactor code in chart_controller.
app/models/link.rb
Outdated
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.
User ruby 2 style hash notation
Conflicts: app/assets/stylesheets/custom.css config/routes.rb
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.
LearnTime creation and last_learned_at should be wrapped in a transaction.
Check http://api.rubyonrails.org/classes/ActiveRecord/Transactions/ClassMethods.html
config/routes.rb
Outdated
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.
Move all links/* routes mapping under resources :links as collection routes
Sorting List of Links