magicmilo
3 years ago
5 changed files with 10 additions and 2 deletions
@ -1,6 +1,9 @@
|
||||
# require "app/helpers/json_schema_validation.rb" |
||||
|
||||
namespace :form_definition do |
||||
desc "Validate JSON against Generic Form Schema" |
||||
task :validate do |
||||
ruby "app/helpers/json_schema_validation.rb" |
||||
puts "#{Rails.root}" |
||||
ruby "lib/tasks/json_schema_validation.rb" |
||||
end |
||||
end |
Loading…
Reference in new issue