From c15e4235f075cb77a2be731e302b909cdb934f58 Mon Sep 17 00:00:00 2001 From: Stephan Hagemann Date: Fri, 21 Sep 2012 10:57:15 -0600 Subject: Updated description of what engines are used for --- railties/lib/rails/engine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 3a5caf9f62..7afb599910 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -5,8 +5,8 @@ require 'rbconfig' module Rails # Rails::Engine allows you to wrap a specific Rails application or subset of - # functionality and share it with other applications. Since Rails 3.0, every - # Rails::Application is just an engine, which allows for simple + # functionality and share it with other applications or within a larger packaged application. + # Since Rails 3.0, every Rails::Application is just an engine, which allows for simple # feature and application sharing. # # Any Rails::Engine is also a Rails::Railtie, so the same -- cgit v1.2.3