ragegage / robinbanks

Stock price visualizer built with Rails and React
https://www.robinbanks.herokuapp.com/
0 stars 0 forks source link

create root view and static_pages_controller #7

Closed ragegage closed 8 years ago

ragegage commented 8 years ago

class StaticPagesController < ApplicationController def root end end

root.html: <div id="content"></div>