コントローラのインスタンス変数にあるexecrubyコードは可能ですか?
例:
def something
@code = "redirect_to 'https://www.google.com/'"
exec(@code) // And then it would redirect.
end
コントローラのインスタンス変数にあるexecrubyコードは可能ですか?
例:
def something
@code = "redirect_to 'https://www.google.com/'"
exec(@code) // And then it would redirect.
end