Skip to content

Commit 156199d

Browse files
committed
Remove "respond_to support". We can use :provides instead of :respond_to.[ci skip]
1 parent 5032a01 commit 156199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here is a brief overview of functionality provided by the Padrino framework:
2727
Agnostic:: Full support for many popular testing, templating, mocking, and data storage choices.
2828
Generators:: Create Padrino applications, models, controllers i.e: padrino-gen project.
2929
Mountable:: Unlike other ruby frameworks, principally designed for mounting multiple apps.
30-
Routing:: Full url named routes, named params, respond_to support, before/after filter support.
30+
Routing:: Full url named routes, named params, before/after filter support.
3131
Tag Helpers:: View helpers such as: tag, content_tag, input_tag.
3232
Asset Helpers:: View helpers such as: link_to, image_tag, javascript_include_tag.
3333
Form Helpers:: Builder support such as: form_tag, form_for, field_set_tag, text_field.

0 commit comments

Comments
 (0)