r plugin install https://github.com/cheald/scrap.git --force
in application.rb: config.plugins = [:haml, :scrap]
going to /scrap and getting a routing error Do I need to add a route? I am not using restful routes for my site, but that shouldn't matter.
Does this work with rails3?
r plugin install https://github.com/cheald/scrap.git --force
in application.rb: config.plugins = [:haml, :scrap]
going to /scrap and getting a routing error Do I need to add a route? I am not using restful routes for my site, but that shouldn't matter.
Does this work with rails3?