Skip to content

Commit

Permalink
Merge pull request #909 from royopa/patch-1
Browse files Browse the repository at this point in the history
Fix, Corrected a typo on docs
  • Loading branch information
dpgaspar committed Feb 11, 2019
2 parents 6b41b7d + e127808 commit 5b4d347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you extend your view with some exposed method via the @expose decorator and y
use the @has_access decorator::

class MyModelView(ModelView):
datamodel = SQLAInterdace(Group)
datamodel = SQLAInterface(Group)
@has_access
@expose('/mymethod/')
Expand Down

0 comments on commit 5b4d347

Please sign in to comment.