Module: Cell
- Defined in:
- lib/cell/rails3_0_strategy.rb,
lib/cell.rb,
lib/cell/dsl.rb,
lib/cell/base.rb,
lib/cell/rack.rb,
lib/cell/rails.rb,
lib/cell/builder.rb,
lib/cell/caching.rb,
lib/cell/rendering.rb,
lib/cell/test_case.rb,
lib/cell/deprecations.rb,
lib/cell/rails/helper_api.rb,
lib/cell/rails3_1_strategy.rb,
lib/cell/rails4_0_strategy.rb,
lib/cell/rails4_1_strategy.rb
Overview
This file contains VersionStrategies for the Cell and Cells module for Rails >= 3.1.
Defined Under Namespace
Modules: Caching, DSL, Deprecations, OptionsConstructor, Rendering, VersionStrategy Classes: Base, Builder, Concept, Rack, Rails, TestCase, ViewModel
Constant Summary collapse
- Layouts =
ActionView::Layouts
Class Method Summary collapse
Class Method Details
.rails_version ⇒ Object
9 10 11 |
# File 'lib/cell/base.rb', line 9 def self.rails_version Uber::Version.new(::ActionPack::VERSION::STRING) end |