Skip to content

Commit

Permalink
erubis is deprecated, use erb instead
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Sep 11, 2012
1 parent 9c654f6 commit 3f3a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postbin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class App < Sinatra::Base

get '/:id' do
@bin = Bin.first(:url => params[:id])
erubis :show
erb :show
end

post '/:bin_id' do
Expand Down

0 comments on commit 3f3a662

Please sign in to comment.