Skip to content

Commit

Permalink
protected => private
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 23, 2015
1 parent 0295610 commit c1b9f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -301,7 +301,7 @@ class MyUploader < CarrierWave::Uploader::Base
version :monkey, :if => :is_monkey?
version :banner, :if => :is_landscape?

protected
private

def is_human? picture
model.can_program?(:ruby)
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave.rb
Expand Up @@ -57,7 +57,7 @@ class Railtie < Rails::Railtie
end
end

protected
private

def self.locales_pattern_from(args)
array = Array(args || [])
Expand Down

0 comments on commit c1b9f8b

Please sign in to comment.