Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 290 Bytes

DevCamp Portfolio README

This is a Ruby on Rails 5 application that allows users to create their own portfolios.

Features

  • Real time chat engine for comments
  • Blog
  • Portfolio
  • Drag and drop interface

Code example

def my_great_method
  puts "Here it is"
end