RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: sschimansky
You have to pass the html_options into the input_html option
= f.input :author_tokens, :input_html => {:data => '1,2'}
SimpleForm README
You have to pass the html_options into the input_html option
SimpleForm README