class PolymorphicAddesssController

Public Instance Methods

create() click to toggle source
# File test/flash_responder_test.rb, line 55
def create
  respond_with(User.new, Address.new)
end