class SocialRails::Helpers::Twitter

Public Class Methods

new(template, content, scope, config) click to toggle source
Calls superclass method SocialRails::Helpers::Base::new
# File lib/social_rails/helpers/twitter.rb, line 5
def initialize(template, content, scope, config)
  @tags = %w(tweet)
  super
end