Commit 0f47e5940b115410c21e7053d62b6920808ab2b2

Authored by Antonio Terceiro
1 parent ba9deb07

ActionItem862: fixing bizarre behaviour when city and state are not

loaded yet
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/models/region.rb
... ... @@ -16,3 +16,6 @@ class Region < Category
16 16 end
17 17  
18 18 end
  19 +
  20 +require_dependency 'city'
  21 +require_dependency 'state'
... ...