Module: Mailfox
- Defined in:
- lib/mailfox.rb,
lib/mailfox/engine.rb,
lib/mailfox/version.rb,
lib/mailfox/gem_version.rb,
app/helpers/mailfox/application_helper.rb,
app/controllers/mailfox/application_controller.rb,
app/controllers/mailfox/newsletters_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, VERSION
Classes: ApplicationController, Engine, NewslettersController
Constant Summary
collapse
- @@mailservices =
nil
Class Method Summary
collapse
Class Method Details
.gem_version ⇒ Object
2
3
4
|
# File 'lib/mailfox/gem_version.rb', line 2
def self.gem_version
Gem::Version.new VERSION::STRING
end
|
.setup {|_self| ... } ⇒ Object
7
8
9
|
# File 'lib/mailfox.rb', line 7
def self.setup
yield self
end
|
.version ⇒ Object
4
5
6
|
# File 'lib/mailfox/version.rb', line 4
def self.version
gem_version
end
|