This commit is contained in:
albert
2011-06-29 13:06:25 -04:00
parent 5cf122c2e0
commit e9bab19d51
5 changed files with 64 additions and 48 deletions

View File

@@ -44,7 +44,16 @@ protected
when "uploads"
/^\/post/
when "post_versions"
/^\/post/
when "pool_versions"
/^\/pool/
when "note_versions"
/^\/note/
else
/^\/#{controller}/
end