* Refactored routes some

* Fixed some major bugs with pools and pool versioning
This commit is contained in:
albert
2011-01-21 18:07:34 -05:00
parent cd451109e8
commit 6824e98af3
13 changed files with 101 additions and 51 deletions

View File

@@ -0,0 +1,13 @@
class PostModerationController < ApplicationController
def show
end
def create
end
def update
end
def destroy
end
end