issue 5
(moving error messages) commented on by gayathrikrishnan26
- I need to create custom validate message. I have a association model which has 2
associations .
For example i have list of companies as company_profile.rb
has_many:group_supported_school
In group_supported_school
i have two fields school_id and company_profile_id
associations are
belongs_to:company_profile
belongs_to:school
i need to validate the school_id here which is valid or not.
Its working fine but validation saying as default
Group supported school is invalid .
can u suggest me the way to do
I need to create custom validate message. I have a association model which has 2
associations .
For example i have list of companies as company_profile.rb
has_many:group_supported_school
In group_supported_school
i have two fields school_id and company_profile_id
associations are
belongs_to:company_profile
belongs_to:school
i need to validate the school_id here which is valid or not.
Its working fine but validation saying as default
Group supported school is invalid .
can u suggest me the way to do
I have an issue in error messages
i followed this http://pastie.org/271260 to create error meassge.
Older
Nov 24, 2008
issue 11
(Plugin Wont Load in script/console) commented on by ioda006
- thanks for adding this.. couldn't figure out what was going on.
thanks for adding this.. couldn't figure out what was going on.
Oct 13, 2008
issue 13
(Git clone URL wrong) reported by amunds
- The Git clone URL on the Google Code site and README requires permission to
use.
This is the right URL:
git clone git://github.com/sudothinker/multimodel-forms.git
This is the wrong URL:
git clone git@github.com:sudothinker/multimodel-forms.git
The Git clone URL on the Google Code site and README requires permission to
use.
This is the right URL:
git clone git://github.com/sudothinker/multimodel-forms.git
This is the wrong URL:
git clone git@github.com:sudothinker/multimodel-forms.git