Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 766 Bytes

File metadata and controls

12 lines (8 loc) · 766 Bytes

Triplans

Project is mainly composed of app dir because this project is made by Ruby on Rails. The app folder includes

  • asset (js, css and image)
  • controller (functions which define routings)
  • views (html with erb template engine)

Also Gemfile is important because Rails includes many 3rd party libraries.

Uploaded files are stored under public/uploads.