Skip to content

Commit 6f54c33

Browse files
author
winton
committed
Load controllers initially even if in dev mode
1 parent d6ba3e9 commit 6f54c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stasis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def initialize(root, *args)
8484
# Create plugin instances.
8585
@plugins = find_plugins.collect { |klass| klass.new(self) }
8686

87-
load_controllers unless options[:development]
87+
load_controllers
8888
end
8989

9090
def load_paths

0 commit comments

Comments
 (0)