Sha256: c7011d8ec33550a5d2586deacbaacb615fe51f94f4b4cbb7d981e582dcf8a227

Contents?: true

Size: 124 Bytes

Versions: 4

Compression:

Stored size: 124 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kitsune-0.0.5 app/controllers/kitsune_controller.rb
kitsune-0.0.4 app/controllers/kitsune_controller.rb
kitsune-0.0.3 app/controllers/kitsune_controller.rb
kitsune-0.0.2 app/controllers/kitsune_controller.rb