Skip to content

Instantly share code, notes, and snippets.

@Wardrop
Created March 4, 2014 23:12
Show Gist options
  • Save Wardrop/9357730 to your computer and use it in GitHub Desktop.
Save Wardrop/9357730 to your computer and use it in GitHub Desktop.
class Base < Scorched::Controller
include Scorched::Options('settings')
end
Class Test < Base
settings[:some_settings] = 'hello'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment