Skip to content

Instantly share code, notes, and snippets.

@pzaich
Last active December 18, 2015 08:29
Show Gist options
  • Select an option

  • Save pzaich/5754252 to your computer and use it in GitHub Desktop.

Select an option

Save pzaich/5754252 to your computer and use it in GitHub Desktop.
task my_task: :environment do
klass_name = ENV['class'] #string
klass = klass_name.classify.constantize #find class example
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment