Basically I need a default_scope that constrains by kingdom. Is there some way to do something like this?:
class Knight < ActiveRecord::Base belongs_to :kingdom default_scope :include => :kingdom, :conditions => ['kingdoms.subdomain = ?', current_subdomain] ... But I see no way of getting the current subdomain inside the model. Thanks (Ni!) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

