Re: [Rails] list controller actions

2010-05-19 Thread Chris Habgood
ya we have you know action.format set up, I was trying to auto set up links for each type. On Wed, May 19, 2010 at 16:49, steve ross wrote: > On May 19, 2010, at 2:01 PM, Chris Habgood wrote: > > Cool forgot about the (false). Any way to get the respond_to formats also > > On Wed, May 19, 2010 a

Re: [Rails] list controller actions

2010-05-19 Thread steve ross
On May 19, 2010, at 2:01 PM, Chris Habgood wrote: > Cool forgot about the (false). Any way to get the respond_to formats also > > On Wed, May 19, 2010 at 15:55, steve ross wrote: > On May 19, 2010, at 1:35 PM, Me wrote: > > > > Is there a way to list on a web page the current controller actions >

Re: [Rails] list controller actions

2010-05-19 Thread Chris Habgood
Cool forgot about the (false). Any way to get the respond_to formats also On Wed, May 19, 2010 at 15:55, steve ross wrote: > On May 19, 2010, at 1:35 PM, Me wrote: > > > > Is there a way to list on a web page the current controller actions > > define din the controller? Would like to put up a l

Re: [Rails] list controller actions

2010-05-19 Thread steve ross
On May 19, 2010, at 1:35 PM, Me wrote: > > Is there a way to list on a web page the current controller actions > define din the controller? Would like to put up a link for each > automatically. >> PagesController.instance_methods(false) => ["destroy", "contact", "list", "show", "expire_all", "e

[Rails] list controller actions

2010-05-19 Thread Me
Is there a way to list on a web page the current controller actions define din the controller? Would like to put up a link for each automatically. -- 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 rubyo