We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a22cb9 commit c77d1e5Copy full SHA for c77d1e5
lib/rails_workflow.rb
@@ -6,6 +6,7 @@
6
require 'will_paginate'
7
require 'draper'
8
require 'sidekiq'
9
+require 'active_model_serializers'
10
require 'rails_workflow/db/mysql'
11
require 'rails_workflow/db/pg'
12
lib/rails_workflow/version.rb
@@ -1,3 +1,3 @@
1
module RailsWorkflow
2
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
3
end
0 commit comments