Skip to content

Commit

Permalink
Update list of actually available functions (#319)
Browse files Browse the repository at this point in the history
The "csrf_field" and "method_field" functions were available, but not listed in README.md
  • Loading branch information
aik099 authored and barryvdh committed Aug 28, 2017
1 parent 78e8c96 commit 0a0784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Functions:
* html_* (All the Html::* methods, snake_cased)
* input_get, input_old, input_has
* link_to, link_to_asset, link_to_route, link_to_action
* session_has, session_get, csrf_token
* session_has, session_get, csrf_token, csrf_field, method_field
* str_* (All the Str::* methods, snake_cased)
* trans, trans_choice
* url_* (All the URL::* methods, snake_cased)
Expand Down

0 comments on commit 0a0784c

Please sign in to comment.