Skip to content

Commit

Permalink
fix sqlite issue and call to_i if using id as param
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bumann committed Aug 24, 2008
1 parent 9823b48 commit 02ba191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/find_by_param.rb
Expand Up @@ -53,7 +53,7 @@ def make_permalink(options={})
extend Railslove::Plugins::FindByParam::SingletonMethods
include Railslove::Plugins::FindByParam::InstanceMethods
rescue
puts "Database not available"
puts "[find_by_param error] database not available"
end
end

Expand Down

0 comments on commit 02ba191

Please sign in to comment.