Sha256: 0406bc8a9d3ffd6735465041c2c17a92ac62dbf29723df8345aa25d57170cc53

Contents?: true

Size: 165 Bytes

Versions: 26

Compression:

Stored size: 165 Bytes

Contents

class Spina::SitemapsController < Spina::ApplicationController
  
  def show
    I18n.locale = I18n.default_locale
    @pages = Spina::Page.live.sorted
  end
  
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spina-2.1.1 app/controllers/spina/sitemaps_controller.rb
spina-2.1.0 app/controllers/spina/sitemaps_controller.rb
spina-2.0.2 app/controllers/spina/sitemaps_controller.rb
spina-2.0.1 app/controllers/spina/sitemaps_controller.rb
spina-2.0.0 app/controllers/spina/sitemaps_controller.rb
spina-2.0.0.beta app/controllers/spina/sitemaps_controller.rb