I have a controller:
vendor/plugins/buoy_report/lib/app/controllers/
buoy_station_controller.rb
class BuoyStationController < ActionController::Base
def index
render :text => 'buoy test'
end
end
when I try the url for rails 2.3.11:
http://localhost:3000/buoy_station/index
I get:
Routing Error
No route matches "/buoy_station/index" with {:method=>:get}
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.