Sha256: 3fc14eba4659c5d373189ada7c20e224b1c41086df30a6b18cc1c83f85b25116

Contents?: true

Size: 158 Bytes

Versions: 13

Compression:

Stored size: 158 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
kitsune-0.1.3 app/controllers/kitsune_controller.rb
kitsune-0.1.2 app/controllers/kitsune_controller.rb
kitsune-0.1.1 app/controllers/kitsune_controller.rb
kitsune-0.1.0 app/controllers/kitsune_controller.rb
kitsune-0.0.19 app/controllers/kitsune_controller.rb
kitsune-0.0.18 app/controllers/kitsune_controller.rb
kitsune-0.0.17 app/controllers/kitsune_controller.rb
kitsune-0.0.16 app/controllers/kitsune_controller.rb
kitsune-0.0.14 app/controllers/kitsune_controller.rb
kitsune-0.0.13 app/controllers/kitsune_controller.rb
kitsune-0.0.12 app/controllers/kitsune_controller.rb
kitsune-0.0.11 app/controllers/kitsune_controller.rb
kitsune-0.0.10 app/controllers/kitsune_controller.rb