Sha256: fc0fb425b4b1f11ed4d7de7b1c0ce9e351291776d6ca6753f061a18ac81f3a41
Contents?: true
Size: 543 Bytes
Versions: 20
Compression:
Stored size: 543 Bytes
Contents
require File.expand_path('../../contact_us/tasks/install', __FILE__) namespace :contact_us do desc "Install contact_us" task :install do ContactUs::Tasks::Install.run end desc "Copy only locale files (part of install, but useful for updates when only assets are needed)" task :copy_locales do ContactUs::Tasks::Install.copy_locales_files end desc "Copy only view files (part of install, but useful for updates when only assets are needed)" task :copy_views do ContactUs::Tasks::Install.copy_view_files end end
Version data entries
20 entries across 20 versions & 1 rubygems