public
Description: a ruby on rails plugin to create and display a social feed
Homepage: http://upstream-berlin.com/blog/open-source/#social_feed
Clone URL: git://github.com/langalex/social_feed.git
social_feed / lib / feed_event_mailer.rb.template
100644 6 lines (4 sloc) 0.159 kb
1
2
3
4
5
6
class FeedEventMailer < ActionMailer::Base
  include SocialFeed::FeedEventMailerExtension
 
  # add your emails here or use the generator to generate stubs
  
end