aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/helpers
AgeCommit message (Collapse)Author
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-09-06Updated imports#index date filter : used the same logic for the ↵cedricnjanga
Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file