Procfile production, resque script
This commit is contained in:
parent
caa5a78863
commit
3c9d7b7077
4 changed files with 6 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
= link_to "Projects", admin_projects_path, :class => controller.controller_name == "projects" ? "current" : nil
|
||||
= link_to "Teams", admin_team_members_path, :class => controller.controller_name == "team_members" ? "current" : nil
|
||||
= link_to "Emails", admin_emails_path, :class => controller.controller_name == "mailer" ? "current" : nil
|
||||
= link_to "Resque", "/info/resque"
|
||||
|
||||
.project-content
|
||||
= yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue