Module: TimezoneDetection
- Defined in:
- lib/timezone_detection.rb,
lib/timezone_detection/engine.rb,
lib/timezone_detection/version.rb,
lib/timezone_detection/ip_info_db.rb,
lib/timezone_detection/ip_convertion.rb,
app/models/timezone_detection/ip_timezone.rb,
app/helpers/timezone_detection/application_helper.rb,
lib/generators/timezone_detection/install_generator.rb,
lib/timezone_detection/application_controller_extension.rb,
app/controllers/timezone_detection/application_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, ClassMethods, IpConvertion Classes: ApplicationController, Engine, InstallGenerator, IpInfoDB, IpTimezone
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
Class Method Details
.config {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/timezone_detection.rb', line 10 def self.config yield self end |