Skip to content

Commit

Permalink
Merge pull request QueueClassic#50 from rubysolo/patch-1
Browse files Browse the repository at this point in the history
Fix type in readme for AR setup
  • Loading branch information
Ryan Smith (ace hacker) committed Mar 20, 2012
2 parents c7a0b6b + e435599 commit 1ac0d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -93,7 +93,7 @@ class CreateJobsTable < ActiveRecord::Migration

def self.up
create_table :queue_classic_jobs do |t|
t.strict :q_name
t.string :q_name
t.string :method
t.text :args
t.timestamp :locked_at
Expand Down

0 comments on commit 1ac0d65

Please sign in to comment.