Skip to content

Commit 74d1b79

Browse files
committed
Merge pull request #185 from gsamokovarov/error-inside-rails-console
Fix rails console invocation inside a Rails app
2 parents d424ec7 + be9290a commit 74d1b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web_console/extensions.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module Kernel
2+
module_function
3+
24
# Instructs Web Console to render a console in the specified binding.
35
#
46
# If +bidning+ isn't explicitly given it will default to the binding of the

0 commit comments

Comments
 (0)