Sha256: 12db597693e99bf9f2e321d67224c53ec2353a04d31ca7a69fa59b338fecad5b

Contents?: true

Size: 290 Bytes

Versions: 17

Compression:

Stored size: 290 Bytes

Contents

module Locomotive
  module Steam
    class SectionFinderService

      include Locomotive::Steam::Services::Concerns::Decorator

      attr_accessor_initialize :repository

      def find(slug)
        decorate do
          repository.by_slug(slug)
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.8.0.alpha1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.7.1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.7.0 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.6.1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.6.0 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.6.0.rc1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.6.0.beta1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.3 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.2 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0.rc1 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0.rc0 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0.beta3 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0.beta2 lib/locomotive/steam/services/section_finder_service.rb
locomotivecms_steam-1.5.0.beta1 lib/locomotive/steam/services/section_finder_service.rb