Sha256: c0a8af862cffd01aa81d896fef8a343be1aa055d8f77258214a523ed24c129e9
Contents?: true
Size: 174 Bytes
Versions: 16
Compression:
Stored size: 174 Bytes
Contents
module Spina class SitemapsController < Spina::ApplicationController def show I18n.locale = I18n.default_locale @pages = Page.live.sorted end end end
Version data entries
16 entries across 16 versions & 1 rubygems