1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/test/support/mock_controller.rb
2009-12-08 11:48:31 -02:00

6 lines
78 B
Ruby

class MockController
def url_for(*args)
"http://example.com"
end
end