Sha256: 15d5171c9e66d40fdfc5710d7ebfe8d0b0158ba6021a0e0993e4ff56d2c58d7d
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 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__) Rails.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fx-0.9.0 | spec/dummy/Rakefile |
fx-0.8.0 | spec/dummy/Rakefile |