Sha256: f1a6bce2bf201c3d21af24dccfd476b1d23fed2e86ee9d42fe464964eb2c3e0f

Contents?: true

Size: 238 Bytes

Versions: 10

Compression:

Stored size: 238 Bytes

Contents

module Alchemy
  module Custom
    module Model
      module SitemapMethods

        extend ActiveSupport::Concern

        included do

          def self.to_sitemap
            all
          end

        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy-custom-model-3.2 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.5 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.4 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.3 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.2 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.1 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.1.0 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-2.2.2 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-3.0.0 lib/alchemy/custom/model/sitemap_methods.rb
alchemy-custom-model-2.2.1 lib/alchemy/custom/model/sitemap_methods.rb