Skip to content

Instantly share code, notes, and snippets.

@ffloyd
Created September 28, 2016 09:59
Show Gist options
  • Save ffloyd/7807151e85503ff5557c281a17acde8f to your computer and use it in GitHub Desktop.
Save ffloyd/7807151e85503ff5557c281a17acde8f to your computer and use it in GitHub Desktop.
heavy_control
HeavyControl.config do
ignore_subfolder 'operation'
ignore_subfolder 'operations'
# when you face error warning like 'warning: toplevel constant YourClass referenced by YourContext::YourClass'
# just add 'YourContext::YourClass' to always_load
always_load 'Organization::Admin', 'Organization::Cell',
'Course::Admin', 'Course::Cell'
end
@ffloyd
Copy link
Author

ffloyd commented Sep 28, 2016

gem 'heavy_control'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment