module ConcernsPlugin

Public Instance Methods

concerned_with(*concerns) click to toggle source
# File lib/mm-concerns.rb, line 12
def concerned_with(*concerns)
  self.class.concerned_with(concerns)
end