lib/neo/rails/scenarios.rb in neo-rails-0.0.1 vs lib/neo/rails/scenarios.rb in neo-rails-0.0.2
- old
+ new
@@ -1,4 +1,6 @@
+require 'active_support/concern'
+
module Neo
module Rails
# Enables controller actions to have scenarios, which will be applied
# +before+ the execution of the action.
module Scenarios