Skip to content

Instantly share code, notes, and snippets.

@takouhai
Last active February 5, 2016 18:13
Show Gist options
  • Select an option

  • Save takouhai/83dffaaacc562d89a356 to your computer and use it in GitHub Desktop.

Select an option

Save takouhai/83dffaaacc562d89a356 to your computer and use it in GitHub Desktop.
namespace :update do
desc 'Update Twitter param'
task twitter: :environment do
puts 'Update Twitter Value to 1'
param = Parameter.where(name: 'twitter').first_or_initialize.update_attributes!(value: 1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment