Sha256: 84da8c6c9692f453afaf0c83502cfa65e8a7a63129c3a6a11306e250b1dfee9a

Contents?: true

Size: 382 Bytes

Versions: 58

Compression:

Stored size: 382 Bytes

Contents

class FestivityLocationAreasController < ApplicationController
  include Festivity::Mixins::NotFound
  no_login_required
  trusty_layout "normal"

  def show
    @area = FestivityLocationAreaPage.find_by_slug_for_site(params[:id]).first

    if @area
      @title = "#{current_site.festivity_festival_name}: #{@area.title}"
    else
      file_not_found_for_site
    end

  end

end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.17 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.16 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.15 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.14 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.13 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.12 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.11g app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.10 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.9 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.8 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.7 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.6 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.5 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.4 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.3 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.2 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.1 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.0 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.9 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.8 app/controllers/festivity_location_areas_controller.rb