Adding an 'area' to the url helper seems to add the .rails extension.
How can I get a link to a controller in an area without the extension?
$UrlHelper.Link("View Data", "%{controller='$sensor.DataType',
action='summary', querystring='sensor=$sensor'}")
Generates a link to: /simple/summary?sensor=S0001
Whereas
$UrlHelper.Link("View Data", "%{area='data',
controller='$sensor.DataType', action='summary', querystring='sensor=
$sensor'}")
Generates a link to: /data/simple/summary.rails?sensor=S0001
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.