Method: Rails::Configuration#frameworks

Defined in:
lib/initializer.rb

#frameworksObject

The list of rails framework components that should be loaded. (Defaults to :active_record, :action_controller, :action_view, :action_mailer, and :active_resource).



549
550
551
# File 'lib/initializer.rb', line 549

def frameworks
  @frameworks
end