module BMC::SMS class << self attr_accessor :strategy attr_writer :default_from def default_from @default_from ||= Rails.application.class.to_s.chomp("::Application") end end # class << self end