Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Template_function BASE ARTICLES OFF THIS!!

dgoerger edited this page Jun 14, 2012 · 1 revision

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?