A skeleton web application configured to use Sinatra and ActiveRecord
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 5 lines 101 B view raw
1class App 2 set :show_exceptions, true 3 set :raise_errors, false 4 set :public_folder, "public" 5end