rails環境を分ける

if Rails.env.production?
end

if Rails.env.development?
end

if Rails.env.test?
end