Fix typo in activity route.

This commit is contained in:
Pete Higgins 2012-01-08 16:30:41 -08:00
parent 63b0bec5ff
commit becdbfaa9b
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ module Refinery
# Without this line, the route fragment generated by the Refinery's
# activity dashboard would be refinery_blog_admin_blog_posts_path,
# which does not exist.
:url => "refinery_admin_blog_posts_path"
:url => "refinery_admin_blog_post_path"
}
end
end

View file

@ -9,7 +9,7 @@ module Refinery
end
it "sets the correct path for activity entries" do
activity.url.should eq("edit_refinery_admin_blog_posts_path")
activity.url.should eq("edit_refinery_admin_blog_post_path")
end
end