module ThoughtBot::Shoulda::Controller::HTML

def self.included(other)

:nodoc: all
:nodoc:
:nodoc:
:nodoc:
def self.included(other)
  other.class_eval do
    extend ThoughtBot::Shoulda::Controller::HTML::ClassMethods
  end
end