Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes found during demo setup #4

Merged
merged 2 commits into from Apr 2, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Procfile
@@ -1,3 +1,3 @@
worker: rake resque:work TERM_CHILD=1 QUEUE=office_calendar
worker: rake resque:work TERM_CHILD=1 QUEUES=office_calendar
scheduler: rake resque:scheduler
thin: thin start
4 changes: 2 additions & 2 deletions db/migrate/20130321170151_rename_bookable_to_resource.rb
@@ -1,5 +1,5 @@
class RenameresourceToResource < ActiveRecord::Migration
class RenameBookableToResource < ActiveRecord::Migration
def change
rename_table :resources, :resources
rename_table :bookables, :resources
end
end