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 7 lines 120 B view raw
1Pony.options = { 2 :from => "nobody@example.com", 3 :via => :smtp, 4 :via_options => { 5 :host => "localhost", 6 }, 7}