Sha256: d8f824d85cdcea0cd469ab1507eb4cb764d40845a031cbff548552cb55084e0d

Contents?: true

Size: 181 Bytes

Versions: 5

Compression:

Stored size: 181 Bytes

Contents

require_dependency "lit/application_controller"

module Lit
  class DashboardController < ApplicationController
    def index
      @locales = Lit::Locale.ordered
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lit-0.0.4.2 app/controllers/lit/dashboard_controller.rb
lit-0.0.4.1 app/controllers/lit/dashboard_controller.rb
lit-0.0.4 app/controllers/lit/dashboard_controller.rb
lit-0.0.3.1 app/controllers/lit/dashboard_controller.rb
lit-0.0.3 app/controllers/lit/dashboard_controller.rb