Sha256: dcd05cfbd9df51ff91f918a7451658b410b1bd7e4fd42e5068fcb0e79c0ad0d8

Contents?: true

Size: 226 Bytes

Versions: 10

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true

require 'zeus/rails'

class CustomPlan < Zeus::Rails
  # def my_custom_command
  #  # see https://github.com/burke/zeus/blob/master/docs/ruby/modifying.md
  # end
end

Zeus.plan = CustomPlan.new

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fat_free_crm-0.20.1 custom_plan.rb
fat_free_crm-0.20.0 custom_plan.rb
fat_free_crm-0.19.2 custom_plan.rb
fat_free_crm-0.19.0 custom_plan.rb
fat_free_crm-0.18.2 custom_plan.rb
fat_free_crm-0.17.3 custom_plan.rb
fat_free_crm-0.18.1 custom_plan.rb
fat_free_crm-0.18.0 custom_plan.rb
fat_free_crm-0.17.2 custom_plan.rb
fat_free_crm-0.17.1 custom_plan.rb