Mappings are not part of configuration
Reported by dan (at zeraweb) | July 20th, 2008 @ 11:57 PM | in 0.8.0 - Frozen Donkey Wheel
They should be promoted to the top-level in the application module, i.e., Blog::Mappings, and they should be auto-(re)loaded just like anything else. The "main" mappings will be in Main, but it may include others.
module Blog
module Mappings
module Main
extend Waves::Mapping
include Media, Authentication, Administration, Content
end
end
end
Comments and changes to this ticket
-
dan (at zeraweb) October 26th, 2008 @ 10:56 PM
- State changed from new to resolved
Done. There is now a resource config option.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Resource-oriented Web apps.