Sha256: 5e66e2439a832fd7ee050bb6a46fd6ab5305a5090204514b178a9bea4d8c9025

Contents?: true

Size: 173 Bytes

Versions: 9

Compression:

Stored size: 173 Bytes

Contents

module AppyApp

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

        self.abstract_class = true

    end

end

Version data entries

9 entries across 9 versions & 1 rubygems

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