Fix typo in activity route.
This commit is contained in:
parent
63b0bec5ff
commit
becdbfaa9b
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ module Refinery
|
||||||
# Without this line, the route fragment generated by the Refinery's
|
# Without this line, the route fragment generated by the Refinery's
|
||||||
# activity dashboard would be refinery_blog_admin_blog_posts_path,
|
# activity dashboard would be refinery_blog_admin_blog_posts_path,
|
||||||
# which does not exist.
|
# which does not exist.
|
||||||
:url => "refinery_admin_blog_posts_path"
|
:url => "refinery_admin_blog_post_path"
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -9,7 +9,7 @@ module Refinery
|
||||||
end
|
end
|
||||||
|
|
||||||
it "sets the correct path for activity entries" do
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue