Sha256: 8e213b70590515c7d353027d54551196e79720ec1a18cbca7db5c81b02365af1

Contents?: true

Size: 225 Bytes

Versions: 9

Compression:

Stored size: 225 Bytes

Contents

module AppyApp

    # All models in AppyApp will inherit from
    # this common base class.
    class Model < Hippo::Model

        self.abstract_class = true

    end

    autoload :TestTest, "appy-app/models/test_test"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.8 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.7 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.6 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.5 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.4 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.3 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.2 command-reference-files/model/lib/appy-app/model.rb
hippo-fw-0.9.1 command-reference-files/model/lib/appy-app/model.rb