mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
6 lines
78 B
Ruby
6 lines
78 B
Ruby
class MockController
|
|
|
|
def url_for(*args)
|
|
"http://example.com"
|
|
end
|
|
end
|