Sha256: 7723852bdce6a12d785ff53dc6133d2dc692bba3d5b2a713430fd041b8400aed

Contents?: true

Size: 134 Bytes

Versions: 4

Compression:

Stored size: 134 Bytes

Contents

class KitsuneController < ApplicationController
  def show 
    @page = ::Page.find_by_url([params[:url]].flatten.join('/'))
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kitsune-0.0.9 app/controllers/kitsune_controller.rb
kitsune-0.0.8 app/controllers/kitsune_controller.rb
kitsune-0.0.7 app/controllers/kitsune_controller.rb
kitsune-0.0.6 app/controllers/kitsune_controller.rb