...

Source file src/github.com/gobuffalo/flect/name/url.go

Documentation: github.com/gobuffalo/flect/name

     1  package name
     2  
     3  func (n Ident) URL() Ident {
     4  	return Ident{n.File().Pluralize()}
     5  }
     6  

View as plain text