travis-ci
6514 of 7709 relevant lines covered (84.5%)
314.87 hits per line
1 |
# frozen_string_literal: true
|
× |
2 |
class CodeInput < SimpleForm::Inputs::TextInput |
1 only 2.3.1, GROUP=2 ✔ |
3 |
private |
1 only 2.3.1, GROUP=2 ✔ |
4 |
|
× |
5 |
def html_options_for(namespace, css_classes) |
1 only 2.3.1, GROUP=2 ✔ |
6 |
return super unless namespace == :input |
16 only 2.3.1, GROUP=2 ✔ |
7 |
|
× |
8 |
super.merge(lang: options[:language]) |
8 only 2.3.1, GROUP=2 ✔ |
9 |
end
|
× |
10 |
end
|
× |