lib/shellac.rb in shellac-0.0.2 vs lib/shellac.rb in shellac-0.0.2.1
- old
+ new
@@ -8,8 +8,9 @@
require File.expand_path('../shellac/actions', __FILE__)
end
config.to_prepare do
ActionController::Base.send :extend, Shellac::Actions
+ ActionController::Base.send :include, Shellac::Actions
end
end
\ No newline at end of file