Rename PagedownFormBuilder to MarkdownFormBuilder
The term 'Pagedown' was originally associated with the pagedown-bootstrap library, which is no longer in use.
This commit is contained in:

committed by
Dominic Sauer

parent
0667cbeefb
commit
17a4485ce2
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class PagedownFormBuilder < ActionView::Helpers::FormBuilder
|
||||
def pagedown(method, args = {})
|
||||
class MarkdownFormBuilder < ActionView::Helpers::FormBuilder
|
||||
def markdown(method, args = {})
|
||||
# Adopt simple form builder to work with form_for
|
||||
@attribute_name = method
|
||||
@input_html_options = args[:input_html]
|
Reference in New Issue
Block a user