I am trying to retrieve provinces in my rails project, first I installed the gem, I saw no aditional configuration needed, and when I tried to retrieve data, for instance:
provinces = INE::Places::Province.all
I always get the following error:
Uninitialized constant INE
I don´t know if I am doing something wrong or the gem is not getting installed properly.
Regards
Antonio
I am trying to retrieve provinces in my rails project, first I installed the gem, I saw no aditional configuration needed, and when I tried to retrieve data, for instance:
provinces = INE::Places::Province.all
I always get the following error:
Uninitialized constant INE
I don´t know if I am doing something wrong or the gem is not getting installed properly.
Regards
Antonio