On Jan 5, 4:53 am, Sijo Kg <rails-mailing-l...@andreas-s.net> wrote:
> Hi
>    why is this used in routes.rb I have code like below But I did not
> understand what it means Could anybody please clarify this?
>

http://www.spacevatican.org/2008/11/25/with_options-for-fun-and-profit

Fred
> map.with_options(:controller => "companies") do |companies_map|
>
> companies_map.companies_view_custom_field_permissions
> '/companies/view_custom_field_permissions',
>      :action => 'view_custom_field_permissions'
>
> companies_map.with_options(:my_company => true) do |my_company_map|
>       my_company_map.my_company
> '/my_company/:company_id',                  :action => 'show',
> :company_id => 'root'
>
> end
>
> end
>
> Thanks in advance
> Sijo
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to