Skip to content

Commit

Permalink
cvar => ivar
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 9, 2015
1 parent 1174949 commit 0e0c837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/html5_validators.rb
@@ -1,14 +1,14 @@
require 'rails'

module Html5Validators
@@enabled = true
@enabled = true

def self.enabled
@@enabled
@enabled
end

def self.enabled=(enable)
@@enabled = enable
@enabled = enable
end

class Railtie < ::Rails::Railtie #:nodoc:
Expand Down

0 comments on commit 0e0c837

Please sign in to comment.