Skip to content

Commit

Permalink
Added not implemented error for send file
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoMignini committed Dec 11, 2015
1 parent ef66a7a commit cb2c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lydia/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def params
end

def send_file(path, mime_type = nil)
#todo
raise NotImplementedError.new
end
end
end

0 comments on commit cb2c0b8

Please sign in to comment.