Module: ThoughtBot::Shoulda::Controller::HTML

Defined in:
lib/shoulda/controller/formats/html.rb

Overview

:nodoc: all

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



5
6
7
8
9
# File 'lib/shoulda/controller/formats/html.rb', line 5

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