sorry, i maked a mistake, you should put the configurations in vendor/
plugins/buoy_report/lib/buoy_report.rb instead of:
vendor/plugins/buoy_report/lib/buoy_station.rb


concerning route , why don't put map.resources :buoy_station in the
main routes file?



On May 26, 2:16 pm, Jedrin <[email protected]> wrote:
> Thanks alot.
>
> I went through this whole thing like below, was that unnecessary ?
>
> module BuoyReport #:nodoc:
>   module Routing #:nodoc:
>     module MapperExtensions
>       def buoy_reports
>         @set.add_route("/buoy_report", {:controller =>
> "buoy_reports", :action => "index"})
>       end
>     end
>   end
> end
>
> ActionController::Routing::RouteSet::Mapper.send :include,
> BuoyReport::Routing::MapperExtensions

-- 
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.

Reply via email to