New lines
This commit is contained in:
@@ -16,4 +16,4 @@ if ! command -v overmind > /dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Boot the app and any other necessary processes
|
# Boot the app and any other necessary processes
|
||||||
exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev
|
exec env OVERMIND_PORT=5001 overmind start -f Procfile.dev
|
||||||
|
@@ -4,7 +4,6 @@ module Admin
|
|||||||
class Publish < Action
|
class Publish < Action
|
||||||
|
|
||||||
include Deps["repos.post_repo"]
|
include Deps["repos.post_repo"]
|
||||||
|
|
||||||
def handle(req, res)
|
def handle(req, res)
|
||||||
post_id = req.params[:id]
|
post_id = req.params[:id]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user