Method: Lit::LocalesController#index
- Defined in:
- app/controllers/lit/locales_controller.rb
#index ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'app/controllers/lit/locales_controller.rb', line 5 def index @locales = Locale.ordered respond_to do |format| format.html # index.html.erb format.json { render json: @locales } end end |