diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-02-01 15:50:38 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-02-01 15:50:38 +0100 |
commit | fb763dc9c7616566f3ef4b1c94d79619bd382902 (patch) | |
tree | 4b778c243316b5e1c2177e70ed8c24121182c366 /lib/norwegian-postcodes.rb | |
parent | b2ca7d8292b0d0de0ddd30c7eae1de7b817c7cde (diff) | |
download | postcodes-norway-fb763dc9c7616566f3ef4b1c94d79619bd382902.tar.gz postcodes-norway-fb763dc9c7616566f3ef4b1c94d79619bd382902.tar.bz2 postcodes-norway-fb763dc9c7616566f3ef4b1c94d79619bd382902.zip |
Add Railtie for rails integration.
Diffstat (limited to 'lib/norwegian-postcodes.rb')
-rw-r--r-- | lib/norwegian-postcodes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/norwegian-postcodes.rb b/lib/norwegian-postcodes.rb index 22d67d5..cc3cd31 100644 --- a/lib/norwegian-postcodes.rb +++ b/lib/norwegian-postcodes.rb @@ -1,5 +1,7 @@ module PostCodes + require 'norwegian-postcodes/railtie' if defined?(Rails) + Counties = [ "ØSTFOLD", "AKERSHUS", |