Methods
Included Modules
- Singleton
Class Public methods
new()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 309
def initialize
super "*/*", :all
end
🔎 See on GitHub
Instance Public methods
all?()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 313
def all?; true; end
🔎 See on GitHub
html?()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 314
def html?; true; end
🔎 See on GitHub