Sha256: 251bdd4cb8a67326605cdcb2c1b2de7d9c3d398980577f91a0ceee680ba0b27c

Contents?: true

Size: 315 Bytes

Versions: 21

Compression:

Stored size: 315 Bytes

Contents

module ForestLiana
  class StatGetter < BaseGetter
    attr_accessor :record

    def initialize(resource, params, forest_user)
      @resource = resource
      @params = params
      @user = forest_user
      compute_includes
    end

    def get_resource
      super
      @resource.reorder('')
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
forest_liana-8.0.16 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.15 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.14 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.13 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.12 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.11 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.10 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.9 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.8 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.7 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.6 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.5 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.4 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.3 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.2 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.1 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.0 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.0.beta.4 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.0.beta.3 app/services/forest_liana/stat_getter.rb
forest_liana-8.0.0.beta.2 app/services/forest_liana/stat_getter.rb