Sha256: 2bcf91a64594ae94fe300f608dd61821896866115adc77765d57e8ef65d966a4

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

module Eaco
  module Cucumber
    module ActiveRecord

      ##
      # A department holds many {Position}s.
      #
      # For the background story, see {Eaco::Cucumber::World}.
      #
      # @see Position
      # @see Eaco::Actor
      # @see Eaco::Cucumber::World
      #
      class Department < ::ActiveRecord::Base
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eaco-0.6.1 lib/eaco/cucumber/active_record/department.rb
eaco-0.6.0 lib/eaco/cucumber/active_record/department.rb
eaco-0.5.0 lib/eaco/cucumber/active_record/department.rb