Skip to content

Commit 3d548e5

Browse files
committed
Merge branch 'less_active_support_concern' of github.com:ericproulx/grape into less_active_support_concern
2 parents b8638bb + d14c2bb commit 3d548e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/grape/dsl/routing.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ def do_not_document!
8585
namespace_inheritable(:do_not_document, true)
8686
end
8787

88+
def lint!
89+
namespace_inheritable(:lint, true)
90+
end
91+
8892
def mount(mounts, *opts)
8993
mounts = { mounts => '/' } unless mounts.respond_to?(:each_pair)
9094
mounts.each_pair do |app, path|

0 commit comments

Comments
 (0)