Sha256: 8b23bee915bbbfbc54361edcf5c2aae022e7b539d32b3768575e01d76ac42e87

Contents?: true

Size: 298 Bytes

Versions: 5

Compression:

Stored size: 298 Bytes

Contents

# encoding: UTF-8

namespace :iqvoc_inflectionals do
  desc "Generate inflectionals based on a mapping table in the Inflectional model class."
  task :generate_inflectionals => :environment do
    Iqvoc::XLLabel.base_class.find_each do |label|
      label.generate_inflectionals!
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.11.4 lib/tasks/inflectionals.rake
iqvoc_inflectionals-2.11.3 lib/tasks/inflectionals.rake
iqvoc_inflectionals-2.9.0 lib/tasks/inflectionals.rake
iqvoc_inflectionals-2.8.0 lib/tasks/inflectionals.rake
iqvoc_inflectionals-2.5.0 lib/tasks/inflectionals.rake