We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28f3a9 commit 14a6dc4Copy full SHA for 14a6dc4
rest_framework_ember/utils.py
@@ -4,8 +4,8 @@
4
5
def get_resource_name(view):
6
"""
7
-Return the name of a resource
8
-"""
+ Return the name of a resource
+ """
9
try:
10
# is the resource name set directly on the view?
11
resource_name = getattr(view, 'resource_name')
0 commit comments