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.2.7 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.6 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.5 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.4 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.3 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.2 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.1 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.2.0 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.1.1 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.1.0 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.7 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.6 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.5 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.4 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.3 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.2 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.1 app/controllers/festivity_location_areas_controller.rb
trusty-festivity-extension-2.0.0 app/controllers/festivity_location_areas_controller.rb