Sha256: e296334b0a0817ff8d8e192d789576c4124cb60e060e0d5ef5d974afac6cea3d

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Jets.application.load_tasks

unless Rake::Task.task_defined?('db:environment:set')
  desc 'dummy task for rails versions where this task does not exist'
  task 'db:environment:set' do
    # no-op
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fx-jets-0.6.3s spec/dummy/Rakefile