Module: ActionView
Constant Summary
- 
    ENCODING_FLAG =
    
 # File 'actionview/lib/action_view.rb', line 33'#.*coding[:=]\s*(\S+)[ \t]*'
- 
    TemplateError =
    
 # File 'actionview/lib/action_view/template/error.rb', line 140Template::Error 
Class Method Summary
- .eager_load!
- 
    
      .gem_version  
    
    Returns the version of the currently loaded Action View as a Gem::Version
- 
    
      .version  
    
    Returns the version of the currently loaded ActionViewas aGem::Version
::ActiveSupport::Autoload - Extended
Class Method Details
.eager_load!
[ GitHub ]# File 'actionview/lib/action_view.rb', line 86
def self.eager_load! super ActionView::Helpers.eager_load! ActionView::Template.eager_load! end
.gem_version
Returns the version of the currently loaded Action View as a Gem::Version
.version
Returns the version of the currently loaded ActionView as a Gem::Version
# File 'actionview/lib/action_view/version.rb', line 7
def self.version gem_version end