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.4.6 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.5 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.4 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.3 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.2 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.1 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.4.0 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.30 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.29 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.28 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.27 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.26 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.25 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.24 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.23 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.22 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.21 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.20 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.19 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.3.18 app/controllers/festivity_location_areas_controller.rb