Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test coverage for form with rich-text-area | Alberto Almagro | 2018-10-10 | 1 | -0/+28 |
| | |||||
* | Prevent rich_text_area from raising when inexistent attribute is passed (#24) | Alberto Almagro Sotelo | 2018-10-09 | 1 | -0/+21 |
When an inexistent attribute is passed as a parameter to currently existing Rails' Form Helpers they render an empty tag instead of raising an exception. This commit confers the same behavior to `rich_text_area`. Fixes #19 |