search for: cname_alia

Displaying 1 result from an estimated 1 matches for "cname_alia".

Did you mean: cname_alias
2011 Apr 21
1
Rails 3 Foreign Domain routing - cannot get this to work!
...=> "projects#show" resource :project end end root :to => "home#index" [/code] in my model I have: [code] # app/models/project.rb before_validation :cache_domain validates_uniqueness_of :subdomain, :cached_domain validates_uniqueness_of :cname_alias, :allow_blank => true validates_presence_of :subdomain, :cached_domain validates_exclusion_of :subdomain, :in => %w(admin blog), :message => "is taken" def cache_domain self.c...