locomotivecms/engine

View on GitHub
app/inputs/locomotive/locales_input.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Locomotive
  class LocalesInput < ArrayInput

    def input_html
      template.select_tag 'locale', collection: template.options_for_locale, include_blank: false
    end

  end
end