module Noindex::Controller
Public Class Methods
included(receiver)
click to toggle source
# File lib/noindex/controller.rb, line 20 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods receiver.noindex only: [ :new, :edit ] end