Template_function BASE ARTICLES OFF THIS!! - YaleSTC/reservations GitHub Wiki
Project and implementation info
links to [gem] project page, relevant railscasts, others
Added to Reservations/[branch_name] branch on [date] by @[user] in order to [why we have it].
Where / How we use it
give the general <%= %> syntax here
Files edited
- Gemfile => gem '[name of gem]'
- application.js => require [what needs to be included]
- application.css => require [what needs to be included]
- all edited files in views, models, controllers, etc, with brief description of edits
Things to watch out for
- detail problems encountered in implementation
- is this function dependent on the proper functioning of another function? what / where / why?