Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #4 from crm114/master
Browse files Browse the repository at this point in the history
Change callback_url String length
  • Loading branch information
futurechimp committed Aug 13, 2011
2 parents 6cdb8d2 + 4d7ebd7 commit f2ffc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enigmamachine/models/video.rb
Expand Up @@ -14,7 +14,7 @@ class Video
property :created_at, DateTime
property :updated_at, DateTime
property :encoder_id, Integer, :required => true
property :callback_url, String
property :callback_url, String, :length => 255
property :state, String

# State machine transitions
Expand Down

0 comments on commit f2ffc8b

Please sign in to comment.