class Phlex::Rails::Form

def authenticity_token_field

def authenticity_token_field
	input(
		name: "authenticity_token",
		type: "hidden",
		value: @_view_context.form_authenticity_token
	)
end