hi,

I have an app , this app contains around 20 controllers . i am getting .xml 
format of every thing except for one.

did this happen to any one.

the sql operation is below after i hit /nameXXXX.xml

Started GET "/feed_handlers.xml" for 127.0.0.1 at 2015-04-01 02:33:41 -0400
Processing by FeedHandlersController#index as XML
  FeedHandler Load (29.9ms)  SELECT "feed_handlers".* FROM "feed_handlers" 
WHERE "feed_handlers"."format" = ?  ORDER BY "feed_handlers"."id" ASC 
 [["format", "xml"]]
Completed 200 OK in 401ms (Views: 0.2ms | ActiveRecord: 29.9ms)

SELECT "feed_handlers".* FROM "feed_handlers" WHERE 
"feed_handlers"."format" = ?  ORDER BY "feed_handlers"."id" ASC 
 [["format", "xml"]]

there is no field called format. i dont know from where it is generated.

and i am getting <nil-classes type="array"/> as the xml


can any one hep me out?

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/activescaffold.
For more options, visit https://groups.google.com/d/optout.

Reply via email to