Sha256: eb1b7550c4560dcd4d6f0c105f8b1726a155c98a606a4cd0ff7359aea416c7f3

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true

class PricesController < ApplicationController
  before_action :find_structure

  caches_page :index

  def index; end

  private

  def find_structure
    load_structure(StructureType.prices)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/controllers/prices_controller.rb