3 4 5 6
# File 'lib/railings/modules.rb', line 3 def self.const_missing name { :constraints => Railings::Domains.const_get(name), :module => name.to_s.downcase } end