initial stab at screenshots

This commit is contained in:
Kyle Drake 2013-06-19 13:19:04 -07:00
parent 5164914c4e
commit 87c733c932
8 changed files with 65 additions and 8 deletions

View file

@ -24,6 +24,8 @@ if defined?(Pry)
Pry.commands.alias_command 'f', 'finish'
end
require File.join(DIR_ROOT, 'jobs', 'screenshot_job.rb')
Sequel.datetime_class = Time
Sequel.extension :pagination
Sequel.extension :migration