Sha256: ca1d587c6fa4c401c2c39117909b89439b198c65cce69eeea2065007214249ab
Contents?: true
Size: 333 Bytes
Versions: 17
Compression:
Stored size: 333 Bytes
Contents
# TODO: remove me when Cells supports 3.1, only. if Rails::VERSION::MINOR == 0 and Rails::VERSION::TINY <= 3 module AbstractController module Callbacks def process_action(method_name, *args) # Fixed in 3.0.4. run_callbacks(:process_action, method_name) do super end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems