Module: 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



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

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