Feed on
Posts
Comments

テスト

[ruby]
def index
get_database( params[:id] )
begin
@tables = @database.tables
rescue RuntimeError
flash[:notice] = $!.to_s
redirect_to :controller => :home, :action => :databases
end
end
[/ruby]

Leave a Reply