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,
lib/generators/timezone_detection/install_generator.rb,
lib/timezone_detection/application_controller_extension.rb
Defined Under Namespace
Modules: ClassMethods, IpConvertion Classes: Engine, InstallGenerator, IpInfoDB, IpTimezone
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.config {|_self| ... } ⇒ Object
11 12 13 |
# File 'lib/timezone_detection.rb', line 11 def self.config yield self end |