diff options
| author | shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-15 20:26:40 +0000 |
|---|---|---|
| committer | shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-15 20:26:40 +0000 |
| commit | 91991f186711251f20e1608815c49d360051c29a (patch) | |
| tree | 0a0fab9db459b2d03f2dce89bcf15121d28a7b74 /lib/puppet/feature/rails.rb | |
| parent | 0b5600a6b49400551b01cec7aa3286d42e45d36c (diff) | |
| download | puppet-91991f186711251f20e1608815c49d360051c29a.tar.gz puppet-91991f186711251f20e1608815c49d360051c29a.tar.xz puppet-91991f186711251f20e1608815c49d360051c29a.zip | |
Merge fact_names & fact_values, and param_names & param_values.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2191 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/feature/rails.rb')
| -rw-r--r-- | lib/puppet/feature/rails.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/rails.rb b/lib/puppet/feature/rails.rb index 1775339a0..edfeccace 100644 --- a/lib/puppet/feature/rails.rb +++ b/lib/puppet/feature/rails.rb @@ -28,7 +28,7 @@ Puppet.features.add(:rails) do unless defined? ActiveRecord begin require 'rubygems' - require_gem 'rails' + gem 'rails' rescue LoadError # Nothing end |
